home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / links / 00088_Script_link - Netscape < prev    next >
Encoding:
Text File  |  2000-09-21  |  277 b   |  11 lines

  1. on mouseUp
  2.  
  3.  puppetSound 1, "ClickSound"
  4.  
  5.   if the platform = "Windows,32" then
  6.     open the moviepath&"software\Netscape\ncoms32.exe"
  7.   else 
  8.     open the moviepath&"software:Netscape:CommunicatorĂ´ 4.75 Complete:Netscape Installer:Netscape Installer"
  9.   end if
  10.   
  11. end